[SDK] Support independent programmatic configuration#4240
Draft
dbarker wants to merge 17 commits into
Draft
Conversation
…on test, and fixes
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4240 +/- ##
=======================================
Coverage 81.31% 81.31%
=======================================
Files 445 445
Lines 18857 18857
=======================================
Hits 15331 15331
Misses 3526 3526
🚀 New features to boost your workflow:
|
…scale, test crash due to setting global providers to null, missing targets and files in the fetch content test
dbarker
commented
Jul 11, 2026
3 tasks
…sdk structs from config structs in the builder
…ndpoint. revert change to aggregation_config.h
…ffered data. update install.md to note configuration targets are experimental
…e their targets into the respective component
Member
Author
|
This PR will be broken up into multiple PRs (will edit with PR links).
|
…the cmake scripts
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #4134 and follow up from ##3655 (review)
Break out the programmatic configuration to its own library so it can be used without the ryml dependency.
[edit - crossed out items that were broken out to separate PRs]
Changes
configuration_core)Adds programmatic_configuration_test.ccFix issues found with the new testLoggerConfigurator supporting min severity and trace based fieldsInitialize members of config classes to the spec default constants.Set the default parent based root sampler to always_onSet the default sampler to parent based always onSet all batch processor options that the user configuredHandle default metric stream aggregationcppcoreguidelines-pro-type-member-initwarnings in configuration and sdk files used by the tests.For significant contributions please make sure you have completed the following items:
CHANGELOG.mdupdated for non-trivial changes